home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Graphics & Multimedia / DeBabelizerServerOSX.dmg / Packages / MediaRichBase.pkg / Contents / Resources / postflight < prev    next >
Encoding:
Text File  |  2005-09-08  |  198 b   |  8 lines

  1. #!/usr/bin/perl
  2.  
  3. # Launch the System Monitor
  4. system("systemstarter start MediaRichSystemMonitor");
  5.  
  6. # Launch the setup assistant
  7. system("open /Applications/Equilibrium/DeBabelizerServerAdmin.app");
  8.